home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / comst12.zip / TEST.BAT < prev   
DOS Batch File  |  1993-12-17  |  157b  |  10 lines

  1. @echo off
  2. comset 192 3
  3. if errorlevel == 99 goto 99
  4. if errorlevel == 0  goto 0
  5. :99
  6. echo error level was 99
  7. goto stop
  8. :0
  9. echo error level was 0
  10. :stop